home *** CD-ROM | disk | FTP | other *** search
- object InsertURLBox: TInsertURLBox
- Left = 213
- Top = 216
- BorderStyle = bsDialog
- Caption = 'Link to URL'
- ClientHeight = 202
- ClientWidth = 498
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 17
- Top = 15
- Width = 331
- Height = 19
- Caption = 'Enter URL (Uniform Resource Locator):'
- end
- object Label2: TLabel
- Left = 5
- Top = 94
- Width = 85
- Height = 19
- Caption = 'URL type:'
- end
- object Label3: TLabel
- Left = 38
- Top = 129
- Width = 46
- Height = 20
- Caption = 'Host:'
- end
- object Label4: TLabel
- Left = 46
- Top = 162
- Width = 38
- Height = 20
- Caption = 'File:'
- end
- object URLCombo: TComboBox
- Left = 15
- Top = 36
- Width = 469
- Height = 24
- ItemHeight = 16
- TabOrder = 0
- end
- object OkButton: TBitBtn
- Left = 389
- Top = 82
- Width = 95
- Height = 34
- TabOrder = 5
- OnClick = OkButtonClick
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 389
- Top = 119
- Width = 95
- Height = 34
- TabOrder = 6
- Kind = bkCancel
- end
- object URLTypesCombo: TComboBox
- Left = 79
- Top = 90
- Width = 99
- Height = 24
- ItemHeight = 16
- Items.Strings = (
- 'http://'
- 'ftp://'
- 'file://'
- 'gopher://'
- 'news:'
- 'telnet://')
- TabOrder = 1
- OnChange = URLTypesComboChange
- end
- object BrowseBtn: TBitBtn
- Left = 279
- Top = 156
- Width = 95
- Height = 31
- Caption = '&Browse'
- TabOrder = 4
- OnClick = BrowseBtnClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555555555555555555555555555555555555555555555555555555555
- 555555555555555555555555555555555555555FFFFFFFFFF555550000000000
- 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
- B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
- 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
- 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
- 55555575FFF75555555555700007555555555557777555555555555555555555
- 55555555555555555555555555555555555555555555555555550000}
- NumGlyphs = 2
- end
- object HostCombo: TComboBox
- Left = 78
- Top = 124
- Width = 295
- Height = 24
- ItemHeight = 16
- TabOrder = 2
- OnChange = HostComboChange
- end
- object FileEdit: TEdit
- Left = 79
- Top = 159
- Width = 193
- Height = 24
- TabOrder = 3
- OnChange = FileEditChange
- end
- object Panel1: TPanel
- Left = 10
- Top = 74
- Width = 480
- Height = 2
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 7
- end
- object BitBtn1: TBitBtn
- Left = 389
- Top = 156
- Width = 95
- Height = 34
- TabOrder = 8
- OnClick = BitBtn1Click
- Kind = bkHelp
- end
- object IncludeLocalPathCheck: TCheckBox
- Left = 192
- Top = 91
- Width = 171
- Height = 21
- Caption = 'Include Local Path'
- TabOrder = 9
- end
- end
-